home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / basic / ACE_ByteRun.lha / ACE_ByteRun.readme
Encoding:
Text File  |  1999-10-03  |  888 b   |  28 lines

  1. Short:    Fast ByteRun De/Compression for ACE Basic
  2. Author:   LucyG@t-online.de (Oliver Gantert)
  3. Uploader: LucyG@t-online.de (Oliver Gantert)
  4. Type:     dev/basic
  5. Version:  02.10.1999
  6.  
  7. This is a SubMod (linklib) for ACE Basic which offers fast
  8. ByteRun1 compression and decompression. I've used 
  9. iff.library/IFFL_CompressBlock and IFFL_DecompressBlock
  10. until I found out how this packer works.
  11.  
  12. See include/SubMods/byterun.h for information.
  13.  
  14. Changes since last release:
  15.  
  16. - Optimized SuperOptimizer's assembler output. Changed all
  17.   compare operations. (ACE coders, look for register d5 in
  18.   your assembler sources, you'll find many stupid things!)
  19.  
  20. - Added assembler source. If you want to try optimizing it
  21.   some more... don't forget to contact me in case you have
  22.   a new working version running :)
  23.  
  24.  
  25. If you have some docs about executable file compression...
  26.  
  27. ...may I get it from you?
  28.